home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / kbflag.arc / KBFLAG.DOC < prev   
Encoding:
Text File  |  1986-12-06  |  1.0 KB  |  22 lines

  1. The program KBFLAG.COM was printed in the Dec 23, 1986 issue of PC Magazine and
  2. is a very useful little utility that dynamically modifies the performance of an
  3. AUTOEXEC.BAT file at boot time.
  4.  
  5. Here's how it works:
  6. Include the statements in your AUTOEXEC.BAT file:
  7.  
  8.                              KBFLAG
  9.                              IF ERRORLEVEL 128 GOTO :END
  10.  
  11. Now if you press the INS key during the BOOT, it will cause ERRORLEVEL to be 
  12. set to 128 and the above statement will cause a branch to :END
  13.  
  14. A handy use for this is when you need extra memory to run a large program and 
  15. you can't afford the space normally devoted to your usual gaggle of TSR's.
  16. Branching to :END can skip the normal BOOT time execution of your memory 
  17. resident programs as an alternative to booting from a DOS diskette in A:
  18.  
  19. Documentation and program keying by:  Marty Shannon
  20.                                       Madison, Wi
  21.                                       Cooperworks BBS (608)251-7734
  22.